-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
further clean video crates #237
Conversation
Moves a bunch of bitio ops into its own create and removes the need for a bytewriter type.
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #237 +/- ##
==========================================
+ Coverage 49.99% 50.36% +0.37%
==========================================
Files 201 198 -3
Lines 16343 16238 -105
==========================================
+ Hits 8171 8179 +8
+ Misses 8172 8059 -113
... and 1 file with indirect coverage changes
|
?brawl merge |
📌 Commit 6c10f3d has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @lennartkloock |
🎉 Build successful! Approved by: @lennartkloock |
clean up more video creates, implementing a better bit reader & writer. As well as removing other unused bytesio helpers.
Also cleanup AAC's code to better reflect the spec.